ESRI.ArcGIS.Mobile.Client
Find(String,Int32) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic FeatureCollection Class > Find Method : Find(String,Int32) Method

featureSourceName
Name of the FeatureSource to look in.
objectId
ObjectID of the Feature to find.
Finds a Feature in the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Find( _
   ByVal featureSourceName As String, _
   ByVal objectId As Integer _
) As T
C# 
public T Find( 
   string featureSourceName,
   int objectId
)

Parameters

featureSourceName
Name of the FeatureSource to look in.
objectId
ObjectID of the Feature to find.

Return Value

Feature if found, otherwise null.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also